home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch09 / ptp250a / acp250aJ.js next >
Text File  |  1999-04-01  |  4KB  |  106 lines

  1.  
  2.  
  3. function getQAarray() {
  4.  
  5.  
  6. ////////////////////////////////////////////////////////////////////////////////////
  7. ////////////////////////////////////////////////////////////////////////////////////
  8.  
  9.  
  10. problemArr = new Array();
  11.  
  12. for (i=0; i<this.AnswerArray.length+3; i++) 
  13. {
  14.   problemArr[i] = new Object;
  15. };
  16.  
  17.  
  18.  
  19. ////////////////////////////////////////////////////////////////////////////////////
  20. ////////////////////////////////////////////////////////////////////////////////////
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ////////////////////////////////////////////////////////////////////////////////////
  27. ////////////////////////////////////////////////////////////////////////////////////
  28.  
  29.  
  30.  
  31. problemArr[1]["Q"] = " The preparation and presentation (speaking) outlines are the same in form and purpose. ";
  32.  
  33. problemArr[2]["Q"] = " One function of outlining is to critically assess your speech strategy. ";
  34.  
  35. problemArr[3]["Q"] = " A preparation outline helps the speaker clarify the organization of the speech. ";
  36.  
  37. problemArr[4]["Q"] = " Supporting materials would not typically be included in a presentation (speaking) outline. ";
  38.  
  39. problemArr[5]["Q"] = " The presentation (speaking) outline should be written in complete sentences. ";
  40.     
  41. problemArr[6]["Q"] = " It is wise to write out the full text of your introduction in the presentation (speaking) outline. ";
  42.  
  43. problemArr[7]["Q"] = " Coordination of the speech is a way of differentiating between main ideas and the supporting material that develops each idea. ";
  44.  
  45. problemArr[8]["Q"] = " The various sub-parts of the introduction and conclusion are part of the preparation outline. ";
  46.  
  47. problemArr[9]["Q"] = " A consistent symbol system for outlining the hierarchy of your speech would be  Arabic numbers, capital letters, Roman numerals, and lower case alphabetic symbols. ";
  48.     
  49. problemArr[10]["Q"] = " A presentation (speaking) outline includes notes about transitions. ";
  50.  
  51.  
  52.  
  53. problemArr[1]["FB"] = "The preparation outline is used for composing a speech and therefore it is written using full sentences in a more complete form than the presentation outline, which is simpler so that it can be useful for guiding your delivery. For more information, see page 234 of your textbook.";
  54.  
  55. problemArr[2]["FA"] = "One of the functions of the outline is to determine whether the main ideas support the thesis. For more information, see page 234 of your textbook.";
  56.  
  57. problemArr[3]["FA"] = "The speaker can examine how well the main ideas are subordinated and coordinated. For more information, see page 238 of your textbook.";
  58.  
  59. problemArr[4]["FB"] = "Part of the process of subordination of ideas is to see how the supporting material develops each main issue. For more information, see page 238 of your textbook.";
  60.  
  61. problemArr[5]["FB"] = "A preparation outline is usually written using key words. For more information, see page 242 of your textbook.";
  62.  
  63. problemArr[6]["FA"] = "Having the exact wording of the introduction often helps to get you off on the right track. The remainder of the outline is more likely to be made up of key words. For more information, see page 249 of your textbook.";
  64.  
  65. problemArr[7]["FA"] = "By using a consistent hierarchy of symbols, you ensure that ideas on the same level of importance are coordinates of one another. For more information, see page 239 of your textbook.";
  66.  
  67. problemArr[8]["FA"] = "As noted in the example, the sub-parts may be designated with Roman numerals. For more information, see page 240 of your textbook.";
  68.  
  69. problemArr[9]["FB"] = "Roman numerals are reserved for highest order elements. For more information, see page 240 of your textbook.";
  70.  
  71. problemArr[10]["FA"] = "You can enhance the smooth flow between the parts of your speech by including transition lines. For more information, see page 240 of your textbook.";
  72.  
  73.  
  74.  
  75. //problemArr[10]["FA"] = " For more information, see page  114 of your textbook. ";
  76.  
  77.  
  78. ////////////////////////////////////////////////////////////////////////////////////
  79. ////////////////////////////////////////////////////////////////////////////////////
  80. ////////////////////////////////////////////////////////////////////////////////////
  81. ////////////////////////////////////////////////////////////////////////////////////
  82.  
  83.  
  84. };
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. getQAarray();
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.